home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-26 | 768 b | 20 lines | [TEXT/MMCC] |
- //------------------------------------------------------------------------------
- // File: interface.cp
- // Date: 9/19/94
- // Author: Bretton Wade
- //
- // Description: this file contains the class methods for a 3d user interface
- //
- //------------------------------------------------------------------------------
-
- #include "interface.h"
-
- //------------------------------------------------------------------------------
- // destructor
- //------------------------------------------------------------------------------
- interface::~interface (void) // destructor
- { // begin
- } // end
-
- //------------------------------------------------------------------------------
-